Click or drag to resize

MessageTrackingReport Class

Contains a single message that is returned in a GetMessageTrackingReport Operation.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeMessageTrackingReport

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class MessageTrackingReport

The MessageTrackingReport type exposes the following members.

Properties
  NameDescription
Public propertyOriginalRecipients
Contains a list of the recipients of the e-mail message.
Public propertyPurportedSender
Contains contact information for the alleged sender of an e-mail message.
Public propertyRecipientTrackingEvents
Contains a list of one or more tracking events for the recipients.
Public propertySender
Contains contact information for the sender of the e-mail message.
Public propertySubject
Contains the subject of the e-mail message.
Public propertySubmittedTime
Contains the time of day that the e-mail message was submitted.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also